SagaStateWrapper<'UserState, 'TEvent>Union
PackageFCQRS
Standard wrapper for saga states that includes NotStarted/Started
Specification
Kind
Union
Members
6
Examples
0
IsStartedSignature
this.IsStarted
IsUserDefinedSignature
this.IsUserDefined
IsNotStartedSignature
this.IsNotStarted
NotStartedSignature
NotStarted
StartedSignature
Started SagaStartingEvent<Event<'TEvent>>
Summary
| Name | Signature | Synopsis |
|---|---|---|
| IsStarted | this.IsStarted | No description available. |
| IsUserDefined | this.IsUserDefined | No description available. |
| IsNotStarted | this.IsNotStarted | No description available. |
| NotStarted | NotStarted | No description available. |
| Started | Started SagaStartingEvent | No description available. |
| UserDefined | UserDefined 'UserState | No description available. |
Parameters
| Name | Type | Description |
|---|---|---|
| Item | SagaStartingEvent<Event<'TEvent>> |
Returns
unit